Spread Windows Forms 12.0 Product Documentation
Objects Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RangeElement<T> Class : Objects Property
Gets the list of elements.
Syntax
'Declaration
 
Public ReadOnly Property Objects As List(Of T)
'Usage
 
Dim instance As RangeElement(Of T)
Dim value As List(Of T)
 
value = instance.Objects
public List<T> Objects {get;}
See Also

Reference

RangeElement<T> Class
RangeElement<T> Members